home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr43 / ppl4p10.zip / CONFIG.PAS < prev    next >
Pascal/Delphi Source File  |  1995-02-20  |  134b  |  15 lines

  1. unit config;
  2.  
  3. interface
  4.  
  5. uses PCL4P;
  6.  
  7. Const
  8.   SioBufSize = 2048;
  9.   SioBufCode = Size2048;
  10.  
  11. Implementation
  12.  
  13. begin
  14.  
  15. end.